const github.com/go-pg/pg/v10.authenticationSASLContinueMsg

3 uses

	github.com/go-pg/pg/v10 (current package)
		messages.go#L36: 	authenticationSASLContinueMsg = 'R'
		messages.go#L351: 	case authenticationSASLContinueMsg:
		messages.go#L392: 			"pg: SASL: got %q, wanted %q", typ, authenticationSASLContinueMsg)